home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000367_testowe_at data hyphen innovations dot com Tue Feb 12 09:08:26 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  4KB  |  110 lines

  1. Article: 13211 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!howland.erols.net!newspeer.monmouth.com!news-xfer2.newshosting.com!not-for-mail
  3. From: "Tim Stowe" <testowe at data hyphen innovations dot com>
  4. Newsgroups: comp.protocols.kermit.misc
  5. References: <B88E00F2.2716%R_Tim_Coslet@pacbell.net>
  6. Subject: Re: Attribute Packet Definition?
  7. Date: Tue, 12 Feb 2002 08:29:55 -0500
  8. X-Priority: 3
  9. X-MSMail-Priority: Normal
  10. X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
  11. X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
  12. X-Original-NNTP-Posting-Host: 64.30.8.45
  13. Message-ID: <3c69183f$1@MAIL.mhogaming.com>
  14. X-Original-Trace: 12 Feb 2002 06:27:27 -0700, 64.30.8.45
  15. X-COMPLAINTS: Report abuse to abuse@mhogaming.com
  16. Lines: 86
  17. Organization: Newshosting.com - Highest quality at a great price! www.newshosting.com
  18. NNTP-Posting-Date: 12 Feb 2002 13:27:50 GMT
  19. NNTP-Posting-Host: 2ed6f791.news.newshosting.com
  20. X-Trace: DXC=0DnCknTWSFT164Qi>j]_h^X`1N4>^k1LSiF6BbIV4YYRnEaR^cOTQ`TYOnE`[[7inQm2lengNZCfUBOWBh@4SCJU\44h=O^TVnV
  21. X-Complaints-To: abuse@newshosting.com
  22. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13211
  23.  
  24. You, sir, are a gentleman and a scholar...
  25.  
  26. Thanks for the information - that should be enough.
  27.  
  28. -Tim
  29.  
  30.  
  31. "R. Tim Coslet" <R_Tim_Coslet@pacbell.net> wrote in message
  32. news:B88E00F2.2716%R_Tim_Coslet@pacbell.net...
  33. > > From: "Tim Stowe"
  34. > > Organization: Newshosting.com - Highest quality at a great price!
  35. > > www.newshosting.com
  36. > > Newsgroups: comp.protocols.kermit.misc
  37. > > Date: Mon, 11 Feb 2002 11:06:02 -0500
  38. > > Subject: Attribute Packet Definition?
  39. > >
  40. > > Hi, all...
  41. > > I'm trying to implement the "A" (attribute) packet, but haven't been
  42. > > able to find any documentation on how it's supposed to be laid out.  Any
  43. > > ideas?
  44. >
  45. > The definition appears on p. 272 of "Kermit, A File Transfer Protocol"...
  46. >
  47. > Each attribute consists of 3 fields:
  48. >     Attribute:  1 byte ASCII ID
  49. >     Length:     1 byte ASCII Length of Data offset to printable character
  50. >     Data:       Length bytes ASCII Value
  51. >
  52. > As many attribute fields as can fit in a packet may be sent in one packet
  53. > and as many packets as needed to send all the attributes may be sent (as
  54. > long as they are sent before any data packets).
  55. >
  56. > There are 17 attributes defined (more might have been defined since the
  57. book
  58. > was published):
  59. >
  60. >     !   Length  Value sent as decimal number in K (1024 bytes)
  61. >
  62. >     "   Type    Data type of file
  63. >
  64. >     #   Creation Date   "[yy]yymmdd[ hh:mm[:ss]]
  65. >
  66. >     $   Creator ID  ASCII string
  67. >
  68. >     %   Account ID  ASCII string
  69. >
  70. >     &   Area to store file  ASCII string
  71. >
  72. >     '   Password    ASCII string
  73. >
  74. >     (   Block Size
  75. >
  76. >     )   Access  ("N"ew, "S"upersede, "W"arn, "A"ppend)
  77. >
  78. >     *   Encoding    ("A"SCII, "E"BCDIC, "X" Encrypted, "H"ex, "3" for 2,
  79. "4"
  80. > for 3, "Q" Huffman)
  81. >
  82. >     +   Disposition
  83. >
  84. >     ,   Protection Code
  85. >
  86. >     -   Protection Code (World)
  87. >
  88. >     .   Machine & OS of origin (Long list of available code omited)
  89. >
  90. >     /   Format of the data in the packets
  91. >
  92. >     0   Special system dependant parameters
  93. >
  94. >     1   Exact byte count as stored on sender
  95. >
  96. >
  97. > I left out alot of detail on some of the more complex attributes.
  98. >
  99. > Which do you need information on (I can't imagine a Kermit that would
  100. > support ALL of them).
  101. >
  102. > --
  103. >         R. Tim Coslet
  104. >         r_tim_coslet@pacbell.net
  105. >
  106. > Technology, n. Domesticated natural phenomena.
  107. >
  108.  
  109.  
  110.